Display comments in friendly DodgerBlue instead of scary red. (#343444,
authorMatthias Clasen <mclasen@redhat.com>
Wed, 31 May 2006 04:13:01 +0000 (04:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 31 May 2006 04:13:01 +0000 (04:13 +0000)
2006-05-31  Matthias Clasen  <mclasen@redhat.com>

* demos/gtk-demo/main.c (main): Display comments in friendly
DodgerBlue instead of scary red.  (#343444, Carol Spears)

ChangeLog
ChangeLog.pre-2-10
demos/gtk-demo/main.c

index ed88625a9e3ecbf23c124bebcc9dd88ee16ebc0b..afbeadd4f3dfc57fc306081c20f1f5a894a59ad1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-05-31  Matthias Clasen  <mclasen@redhat.com>
 
+       * demos/gtk-demo/main.c (main): Display comments in friendly
+       DodgerBlue instead of scary red.  (#343444, Carol Spears)
+
        * gtk/gtkfontbutton.c: 
        * gtk/gtkcolorbutton.c: Clarify the docs of the color-set and
        font-set signals.  (#343438, Olexiy Avramchenko)
index ed88625a9e3ecbf23c124bebcc9dd88ee16ebc0b..afbeadd4f3dfc57fc306081c20f1f5a894a59ad1 100644 (file)
@@ -1,5 +1,8 @@
 2006-05-31  Matthias Clasen  <mclasen@redhat.com>
 
+       * demos/gtk-demo/main.c (main): Display comments in friendly
+       DodgerBlue instead of scary red.  (#343444, Carol Spears)
+
        * gtk/gtkfontbutton.c: 
        * gtk/gtkcolorbutton.c: Clarify the docs of the color-set and
        font-set signals.  (#343438, Olexiy Avramchenko)
index 1b3e12557a9fc0c2f9861a1725f46a0770046e46..87f37fcf3828456e9bb4f915187cba9d6dd47c84 100644 (file)
@@ -894,7 +894,7 @@ main (int argc, char **argv)
                                     NULL);
 
   tag = gtk_text_buffer_create_tag (source_buffer, "comment",
-                                   "foreground", "red",
+                                   "foreground", "DodgerBlue",
                                     NULL);
   tag = gtk_text_buffer_create_tag (source_buffer, "type",
                                    "foreground", "ForestGreen",